home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / olt_10.zip / MAINTAIN.ZIP / OLTMAINT.DOC next >
Text File  |  1992-01-09  |  669b  |  17 lines

  1.         This program is used to trim the SCORE.DAT file used in OLT to
  2. store the users scores.  It will trim the file by the age of the entry.
  3. EXAMPLE:
  4.  
  5.         OLTMAINT 30
  6.  
  7.         This will scan the SCORE.DAT file and delete all entries that
  8. are 30 days or older.  You may run this file as you see fit or put it in
  9. your nightly maintenance batch.
  10.  
  11.         Place the EXE file in a directory that is in your PATH.  You
  12. will need to CD\ to the directory that contains the SCORE.DAT file and
  13. execute the program.  When the program completes, there will be an extra
  14. file in the \USERS directory named "SCORE.OLD".  This is your original
  15. "SCORE.DAT" file.
  16.  
  17.